symfony project version

73

# run this if you are building a traditional web application
$ symfony new my_project_name --full

# run this if you are building a microservice, console application or API
$ symfony new my_project_name
$ composer create-project symfony/website-skeleton:"^4.4" my_project_name
php bin/console about
symfony new my_project_name --full

Comments

Submit
0 Comments